tmem: Remove in xc_tmem_control_oid duplicate set_xen_guest_handle call
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 26 Aug 2015 21:41:34 +0000 (17:41 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 2 Sep 2015 12:47:59 +0000 (08:47 -0400)
commit1682d2fdf6bcfb0f475c1720dad7a8215eb1ac79
treec7f356b9e56f1330867643319b4e83d8cda48d58
parent7646da32f6a863b4c9c7ec9a7226bf675921622e
tmem: Remove in xc_tmem_control_oid duplicate set_xen_guest_handle call

We are doing another call to set_xen_guest_handle right
after the xc_hypercall_bounce_pre (the correct place to do it).

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/xc_tmem.c